home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / dust2.lha / Dust / Examples / OldExamples / ShowTDDD < prev    next >
AmigaDOS Script File  |  1995-09-28  |  564b  |  16 lines

  1. .key file
  2. .bra {
  3. .ket }
  4. ;this script shows the object "file" opening four Dust-windows
  5.  
  6. echo >T:Dust.script "load(1,{file})"
  7. echo >>T:Dust.script "closebreakwin"
  8. echo >>T:Dust.script "window(1,0,0,200,wire,0,0,1.0,true,false)"
  9. echo >>T:Dust.script "window(1,210,0,200,wire,0,90,1.0,true,false)"
  10. echo >>T:Dust.script "window(1,0,160,200,wire,90,0,1.0,true,false)"
  11. echo >>T:Dust.script "window(1,210,160,200,color,30,30,1.0,true,false)"
  12. echo >>T:Dust.script "request(Exit program ?,Jein,Freilich)"
  13. stack 100000
  14. hd1:dust/dust t:Dust.script
  15. delete >NIL: T:Dust.script
  16.